home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Jogos de Azar
/
roleta.swf
/
scripts
/
DefineButton2_203
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-01-17
|
329b
|
22 lines
on(release){
tellTarget("/croupier")
{
gotoAndPlay(1);
}
tellTarget("/cowgirl")
{
gotoAndPlay(1);
}
tellTarget("/japs")
{
gotoAndPlay(1);
}
set("_root.:vChef2",1);
stopAllSounds();
tellTarget("/")
{
gotoAndStop("recepNeu");
play();
}
}